From: Keir Fraser Date: Tue, 8 Jul 2008 16:03:53 +0000 (+0100) Subject: Change PCI-dump debug key: Fixes boot with debug=y and perfc=y X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14188^2~82 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=86a9fb0014dcc5d311c9783d67c884de80bbc00d;p=xen.git Change PCI-dump debug key: Fixes boot with debug=y and perfc=y Signed-off-by: Keir Fraser --- diff --git a/xen/drivers/passthrough/pci.c b/xen/drivers/passthrough/pci.c index b692c8e34f..364d2c5f42 100644 --- a/xen/drivers/passthrough/pci.c +++ b/xen/drivers/passthrough/pci.c @@ -170,7 +170,7 @@ static void dump_pci_devices(unsigned char ch) static int __init setup_dump_pcidevs(void) { - register_keyhandler('P', dump_pci_devices, "dump PCI devices"); + register_keyhandler('Q', dump_pci_devices, "dump PCI devices"); return 0; } __initcall(setup_dump_pcidevs);